LicensingConfig

data class LicensingConfig(delay: Int) : Parcelable

Configures the behaviour of the license evaluation.

Constructors

LicensingConfig
Link copied to clipboard
fun LicensingConfig(delay: Int = 0)

Properties

delay
Link copied to clipboard
var delay: Int = 0
The delay in milliseconds until the licensing call is issued.

Inherited functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)